home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / dhcp / dhcp-relay.hlp.z / dhcp-relay.hlp
Encoding:
Text File  |  1997-07-30  |  2.5 KB  |  69 lines

  1. #!/usr/bin/perl5
  2. #
  3. # dhcp-relay.hlp
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: dhcp-relay.hlp,v 1.10 1997/04/17 21:23:03 shotes Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <FORM>
  26. <H2>Configuring a DHCP Relay Agent</H2>
  27. <P>
  28. The DHCP relay agent, <VAR>dhcp_relay</VAR>, runs on a system on each
  29. network and forwards DHCP requests to the DHCP master server. To determine
  30. the location of the DHCP server, <VAR>dhcp_relay</VAR> reads the
  31. <VAR>/var/dhcp/config/dhcp_relay.servers</VAR> file, which contains a list
  32. of DHCP server hostnames or addresses. 
  33. </P>
  34. <P>
  35. Use the DHCP Relay Options form to manage relay agents and configure
  36. <VAR>dhcp_relay</VAR> options:
  37. </P>
  38. <P>
  39. <STRONG>Enable DHCP relay agent:</STRONG> This selection controls 
  40. whether the relay agent should run on this system and forward requests
  41. to the server. Select <VAR>Yes</VAR> to turn the relay agent on, and
  42. select <VAR>No</VAR> to turn it off.
  43. </P>
  44. (Default value: No)
  45. <P>
  46. <STRONG>Add New Server:</STRONG> 
  47. Use the field beside this button to enter a new DHCP server to which 
  48. the relay agent can forward configuration requests.  To add a server, 
  49. enter a hostname or an IP address in dotted decimal notation (such as 
  50. 1.2.3.4) notation and click <VAR>Add New Server</VAR>. Click the 
  51. <VAR>Ok</VAR> button to put the changes into effect. 
  52. </P>
  53. (Default value: none)
  54. <P>
  55. <STRONG>Delete Existing Server:</STRONG> This selection 
  56. removes a server from the DHCP server list, preventing the relay agent from
  57. forwarding configuration requests to the server. To remove a server,
  58. select its name or IP address from the DHCP server list and click
  59. <VAR>Delete Existing Server</VAR>; then click the <VAR>Ok</VAR> button.
  60. </P>
  61. (Default value: none)
  62. <CENTER>
  63. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  64. </CENTER>
  65. </FORM>
  66.  
  67. EndOfFile
  68.  
  69.